home *** CD-ROM | disk | FTP | other *** search
/ Turnbull China Bikeride / Turnbull China Bikeride - Disc 1.iso / HENSA / MISC / SHELL.ARC / Shell / h / ForcRedraw < prev    next >
Encoding:
Text File  |  1994-08-30  |  171 b   |  12 lines

  1. #ifndef __Shell_ForcRedraw_h
  2. #define __Shell_ForcRedraw_h
  3.  
  4. #ifndef __Shell_h
  5. #include "Shell.Shell.h"
  6. #endif
  7.  
  8. void    Shell_ForceRectRedrawAll( Shell_rectblock *r);
  9.  
  10.  
  11. #endif
  12.